home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / bubble_elements.swf / scripts / DefineButton2_478 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-20  |  169 b   |  11 lines

  1. on(release){
  2.    if(_root.myMode == _root.ModeItemsToSelect[1])
  3.    {
  4.       _root.gotoAndStop("MAIN");
  5.    }
  6.    else
  7.    {
  8.       _root.gotoAndStop("DIFF");
  9.    }
  10. }
  11.